projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fb6961
)
filechooserentry: Remove unused enum
author
Benjamin Otte
<otte@redhat.com>
Fri, 16 Dec 2011 17:32:25 +0000
(18:32 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Fri, 16 Dec 2011 19:09:14 +0000
(20:09 +0100)
gtk/gtkfilechooserentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserentry.c
b/gtk/gtkfilechooserentry.c
index 397151848009a8c536f3d8ac4de35885be7a1d94..3010c94218f4fe37d2421afb5400077db7d62537 100644
(file)
--- a/
gtk/gtkfilechooserentry.c
+++ b/
gtk/gtkfilechooserentry.c
@@
-45,12
+45,6
@@
struct _GtkFileChooserEntryClass
GtkEntryClass parent_class;
};
-/* Action to take when the current folder finishes loading (for explicit or automatic completion) */
-typedef enum {
- LOAD_COMPLETE_NOTHING,
- LOAD_COMPLETE_EXPLICIT_COMPLETION
-} LoadCompleteAction;
-
struct _GtkFileChooserEntry
{
GtkEntry parent_instance;